This file documents changes made to SuperCollider.

lang/LangSource/erase-compiler/lang11d:
Hacked to allow calling (but not definition) of methods that begin with a capital letter

lang/LangPrimSource/PyrArrayPrimitives.cpp:
Several primitives (prArrayCat, prArrayAddAll, etc.) do checks that prevent them from being 
called with arguments that are not both of the same class. Modications were made so that
one argument can be a subclass of the other.

lang/LangSource/PyrParseNode.cpp:
Made changes to the creation of setter methods so that if the class is a subclass of CCTrampoline
a setVarName_ method is generated in addtion to varName_.

app/post_queue.M:
Fixed a bug in SetupHomeDirectory where gHomePath was malloc'd without considering the ending NULL 
char. This resulted in occasional memory corruption.

app/SCVirtualMachine.M:
Added calls to CC_Setup when the program initially launches and during recompiles.